Skip to main content

Agent Tools

Nodes

NodeDescription
Agent DelegationAllows an AI Agent to delegate to another AI Agent.
CalculatorUseful for getting the result of a math expression. The input to this tool should be a valid mathematical expression that could be executed by a simple calculator.
Call FlowUseful for getting the result of a math expression. The input to this tool should be a valid mathematical expression that could be executed by a simple calculator.
Call FlowAllows an AI Agent to use a Flow as a Agent Tool.
Call SubFlowAllows an AI Agent to use a SubFlow as a Agent Tool.
Code InterpreterA tool for agents that execute AI-generated code in secure Python sandboxes.
Code ToolWrite a custom tool using Typescript that can be used in an agent.
Download From URLGiven a url this tool will download the content of the page and return it as a string
Integration ToolUseful for getting the result of a math expression. The input to this tool should be a valid mathematical expression that could be executed by a simple calculator.
Search Index ToolQuery a vector index as a agent tool
Search WebA search engine. useful for when you need to answer questions about current events. Input should be a search query.
SSH TerminalInteract with a remote Linux server over SSH.
Tool Function CallCall a tool directly by attaching its input parameters from other nodes.